From: Robert Lipe Date: Sun, 3 Jan 2016 01:35:26 +0000 (-0600) Subject: Remove abort from exif. Steve says we still mishandle time zones, but we've X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~10^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ac417b67794ce101de70c75152234e2f6dc736e9;p=gpsbabel.git Remove abort from exif. Steve says we still mishandle time zones, but we've probably always mishandled time zones and this is clearly a seldom used code path.. :-/ --- diff --git a/exif.cc b/exif.cc index 7c0fee3ff..1477690a5 100644 --- a/exif.cc +++ b/exif.cc @@ -1390,7 +1390,7 @@ exif_wr_init(const char* fname) if (exif_time_ref == 0) { fatal(MYNAME ": No valid timestamp found in picture!\n"); } -abort(); + QString filename(fname); filename += ".jpg"; fout = gbfopen_be(filename, "wb", MYNAME);